home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 September & October / Amiga-CD 1997 #9-10.iso / software / psx-cheater2.0demo / installfonts < prev    next >
Text File  |  1997-05-09  |  2KB  |  70 lines

  1. ;INSTALLFONTS 1.3 ©96-97 BY A.T.R.
  2.  
  3. Echo ""
  4. Echo " INSTALLFONTS v1.3 ©1996-1997 BY A.T.R."
  5. Echo " ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯"
  6. Echo " Dieses Script installiert den ColourFont PSXpro4"
  7. Echo " in das FONTS-Verzeichnis Ihrer Workbench-Partion."
  8. Echo ""
  9. Wait 2
  10.  
  11. Echo " > Fonts-Verzeichnis wird geprüft.."
  12. If Exists Fonts:PSX
  13.  Wait 1
  14.  Ask "   Version 1.0 (PSX)     - löschen (y/n)?"
  15.  if warn
  16.  Delete >NIL: Fonts:PSX ALL
  17.  Delete >NIL: Fonts:PSX.font
  18.  EndIf
  19. EndIf
  20.  
  21. If Exists Fonts:PSXplus
  22.  Wait 1
  23.  Ask "   Version 1.1 (PSXplus) - löschen (y/n)?"
  24.  if warn
  25.  Delete >NIL: Fonts:PSXplus ALL
  26.  Delete >NIL: Fonts:PSXplus.font
  27.  EndIf
  28. EndIf
  29.  
  30. If Exists Fonts:PSXpro
  31.  Wait 1
  32.  Ask "   Version 1.12 (PSXpro) - löschen (y/n)?"
  33.  if warn
  34.  Delete >NIL: Fonts:PSXpro ALL
  35.  Delete >NIL: Fonts:PSXpro.font
  36.  EndIf
  37. EndIf
  38.  
  39. If Exists Fonts:2001
  40.  Wait 1
  41.  Ask "   Version 1.12 (2001)   - löschen (y/n)?"
  42.  if warn
  43.  Delete >NIL: Fonts:2001 ALL
  44.  Delete >NIL: Fonts:2001.font
  45.  EndIf
  46. EndIf
  47.  
  48. Echo ""
  49. If Exists Fonts:PSXPro4.font
  50.  Echo " > Font PSXPro4 ist bereits installiert"
  51.  Wait 1
  52. Else
  53.  Echo " > Font PSXPro4 wird installiert.."
  54.  Wait 1
  55.  Copy >NIL: PSXPro4/PSX#? ALL Fonts:
  56. EndIf
  57.  
  58. Echo " > OK."
  59. if not exists Fonts:Helvetica
  60.  Echo " "
  61.  Echo " Bitte beachten Sie, daß der PSX-Cheater v2.0 zu-"
  62.  Echo " sätzlich den Zeichensatz < Helvetica9 > benötigt"
  63.  Echo " (zu finden auf der FONTS-Systemdiskette). Diesen"
  64.  Echo " Zeichensatz bitte in das FONTS-Verzeichnis Ihrer"
  65.  Echo " Workbench kopieren."
  66.  Wait 13
  67.  EndCLI
  68. EndIf
  69. EndCLI
  70.